Will there be any conflict with other applications when my application saves data in [NSUserDefaults

Posted by bobo on Stack Overflow See other posts from Stack Overflow or by bobo
Published on 2010-06-06T16:33:37Z Indexed on 2010/06/06 16:42 UTC
Read the original article Hit count: 186

Filed under:
|
|

After reading this thread: http://stackoverflow.com/questions/2792932/nsuserdefaults-not-present-on-first-run-on-simulator

I know it's quite easy to store some app data in the [NSUserDefaults standardUserDefaults]. But if other applications also happen to use the same key to store their data, is this possible that my app data gets overwritten?

Many thanks to you all.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk